home *** CD-ROM | disk | FTP | other *** search
/ Geek Games #12 / GEGA012.iso / eroticos / feeltheflash.swf / scripts / DefineSprite_582 / frame_1 / PlaceObject2_581_1 / CLIPACTIONRECORD onClipEvent(load).as
Text File  |  2005-08-12  |  1KB  |  50 lines

  1. onClipEvent(load){
  2.    function himoOpLon()
  3.    {
  4.       himoOpLa.gotoAndStop(1);
  5.       himoOpLb.gotoAndStop(1);
  6.    }
  7.    function himoOpLoff()
  8.    {
  9.       himoOpLa.gotoAndStop(2);
  10.       himoOpLb.gotoAndStop(2);
  11.    }
  12.    function himoOpRon()
  13.    {
  14.       himoOpRa.gotoAndStop(1);
  15.       himoOpRb.gotoAndStop(1);
  16.    }
  17.    function himoOpRoff()
  18.    {
  19.       himoOpRa.gotoAndStop(2);
  20.       himoOpRb.gotoAndStop(2);
  21.    }
  22.    function manfu()
  23.    {
  24.       if(_root.v_nf != 1 && 3 >= _root.v_pant && count == 6)
  25.       {
  26.          this.manfuFrag = 1;
  27.          if(_root.v_face == "front")
  28.          {
  29.             _root.main.fr.faces.gotoAndStop("down");
  30.          }
  31.          _root.main.fr.faces.changeEyelid("shut1");
  32.          _root.main.fr.faces.changeMouth(1);
  33.          _root.main.fr.faces.changeManfu("ase",1);
  34.          _root.main.fr.body0.arms.handMove("c1",1);
  35.       }
  36.    }
  37.    if(_root.v_maeage == 1 || _root.v_insert == 1)
  38.    {
  39.       this.gotoAndStop("age");
  40.       if(8 >= _parent._parent._currentFrame)
  41.       {
  42.          _parent.swapDepths(_parent._parent.maedareDmy);
  43.       }
  44.    }
  45.    else
  46.    {
  47.       _parent._parent.fukuMove();
  48.    }
  49. }
  50.